Movie Posters and Movie Previews
A QuickTime movie may contain a preview and a poster. A movie preview is a very short version of a movie, typically less than five seconds in duration. The preview is intended to give the user an idea of a movie's contents.A movie poster is a still frame representing the movie.
This section describes the Movie Toolbox functions that allow your application to work with movie previews and movie posters.
Use the
PlayMoviePreview
function to display a movie's preview. ThePlayMoviePreview
function sets the movie into preview mode, plays the movie preview, sets the movie back to normal playback mode, and returns to your application.Alternatively, your application can control the playback of a movie's preview. Use the
SetMoviePreviewMode
function to place a movie into preview mode. You can then use theStartMovie
andStopMovie
functions to control movie playback--these functions are described on page 2-98 and page 2-99, respectively. Your application can find out if a movie is in preview mode by calling theGetMoviePreviewMode
function.Your application can specify the starting time and duration of the movie preview with the
SetMoviePreviewTime
andGetMoviePreviewTime
functions.Use the
ShowMoviePoster
function to display a movie's poster. You can work with the poster's boundary rectangle using theSetPosterBox
andGetPosterBox
functions. Your application can work with the starting time of the poster with theSetMoviePosterTime
andGetMoviePosterTime
functions. Posters always have no duration.Tracks may be specified for use in the movie, its preview, its poster, or any combination of the three. So, for example, when the Movie Toolbox plays the movie preview it uses only those tracks that are assigned to the preview. Your application controls the use of a movie's tracks with the
SetTrackUsage
function. You can find out how a track is used by calling theGetTrackUsage
function.
Subtopics
- SetTrackUsage
- GetTrackUsage
- ShowMoviePoster
- SetPosterBox
- GetPosterBox
- SetMoviePosterTime
- GetMoviePosterTime
- PlayMoviePreview
- SetMoviePreviewMode
- GetMoviePreviewMode
- SetMoviePreviewTime
- GetMoviePreviewTime